-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use dev branches for immucore and kairos-agent #1497
Conversation
7e5eaf8
to
6139299
Compare
4e20bff
to
57d7f98
Compare
ARG KAIROS_AGENT_DEV=true | ||
ARG KAIROS_AGENT_DEV_BRANCH=1448-use-yip | ||
IF [ "$KAIROS_AGENT_DEV" = "true" ] | ||
RUN rm -rf /usr/bin/kairos-agent | ||
COPY github.com/kairos-io/kairos-agent:$KAIROS_AGENT_DEV_BRANCH+build-kairos-agent/kairos-agent /usr/bin/kairos-agent | ||
END | ||
# END | ||
|
||
# TEST IMMUCORE FROM BRANCH | ||
ARG IMMUCORE_DEV | ||
ARG IMMUCORE_DEV_BRANCH=master | ||
ARG IMMUCORE_DEV=true | ||
ARG IMMUCORE_DEV_BRANCH=1448-use-yip | ||
IF [ "$IMMUCORE_DEV" = "true" ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is not meant to be merged as is. It's pointing to dev branches of kairos-agent and immucore which consume this yip version: mudler/yip#96
The merging process should be:
- merge the yip PR
- bump kairos-agent and immucore to use that yip version
- tag new releases of kairos-agent and immucore
- consume those versions in kairos
The rest of the changes in this PR can be then merged or moved to another PR.
so that we run tests with the yip implementation of the layout plugin Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
b87e534
to
bcd33ee
Compare
this is a test PR, closing it |
so that we run tests with the yip implementation of the layout plugin
This is a possible proper fix for #1448
as opposed to the quick fix here: https://github.com/kairos-io/immucore/compare/1448-resizefs